![]() |
YNQ
YNQ-1.6.2
|
#include <sycommon.h>
File information structure. It is used for querying information from the file system and modifying this information.
| NQ_TIME SYFileInformation::creationTime |
Seconds in UNIX format.
| NQ_TIME SYFileInformation::lastChangeTime |
Seconds in UNIX format.
| NQ_TIME SYFileInformation::lastAccessTime |
Seconds in UNIX format.
| NQ_TIME SYFileInformation::lastWriteTime |
Seconds in UNIX format.
| NQ_UINT32 SYFileInformation::sizeLow |
Low part of the file size.
| NQ_UINT32 SYFileInformation::sizeHigh |
High part of the file size.
| NQ_UINT32 SYFileInformation::allocSizeLow |
Low part of the file size.
| NQ_UINT32 SYFileInformation::allocSizeHigh |
High part of the file size.
| NQ_UINT32 SYFileInformation::attributes |
DOS FS format attributes.
| NQ_UINT32 SYFileInformation::isDeleted |
File is marked for deletion.
| NQ_UINT32 SYFileInformation::numLinks |
Number of hard links to the file.
| NQ_UINT32 SYFileInformation::fileIdLow |
Low part of file ID.
| NQ_UINT32 SYFileInformation::fileIdHigh |
High part of file ID.